func encoding/asn1.checkInteger

4 uses

	encoding/asn1 (current package)
		asn1.go#L82: func checkInteger(bytes []byte) error {
		asn1.go#L98: 	err = checkInteger(bytes)
		asn1.go#L121: 	if err := checkInteger(bytes); err != nil {
		asn1.go#L139: 	if err := checkInteger(bytes); err != nil {